GetWindowForTargetResponse

data class GetWindowForTargetResponse(windowId: WindowID, bounds: Bounds)

Represents response frame that is returned from Browser#getWindowForTarget operation call. Get the browser window that contains the devtools target.

See also

Constructors

GetWindowForTargetResponse
Link copied to clipboard
fun GetWindowForTargetResponse(windowId: WindowID, bounds: Bounds)

Properties

bounds
Link copied to clipboard
val bounds: Bounds
Bounds information of the window.
windowId
Link copied to clipboard
val windowId: WindowID
Browser window id.

Sources

jvm source
Link copied to clipboard